home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / hsvline.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  232 b   |  17 lines

  1. #ifndef    _SCN_VSHLINE_H
  2. #define    _SCN_VSHLINE_H
  3.  
  4. #ifndef    _SISCN_H
  5. #    include    <siscn.h>
  6. #endif
  7.  
  8. struct _scnhs_vline_t
  9. {
  10.     int        x, y1, y2;
  11.     COLOR_T    col;
  12. };
  13.  
  14. extern void    (*ScnHsVlineTbl[])(struct _scnhs_vline_t *);
  15.  
  16. #endif
  17.